home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / stevie.arc / STEVE.NOT < prev    next >
Text File  |  1990-01-10  |  2KB  |  47 lines

  1.  
  2. [  The original distribution referred to a "ctags" clone.  I removed
  3.    it, as ctags is available from your nearest comp.sources.unix archive,
  4.    and I believe  with the GNU distribution.  I repacked the archive.  --r$  ]
  5.  
  6. STEVIE is a vi clone I've been working on for quite a while now. It
  7. began as an Atari ST editor written by Tim Thompson and posted to the
  8. net about a year ago. I've hacked on it off and on since then and ported
  9. it to UNIX and OS/2.
  10.  
  11. This is a reasonably stable release. There's plenty of work to be done
  12. still, but there's been a lot of interest in comp.os.minix recently so
  13. I thought I'd go ahead a post the current version.
  14.  
  15. The system-dependent files for the ST, UNIX, and OS/2 are all included.
  16.  
  17. Thanks...
  18.  
  19. Tony Andrews            UUCP: onecom!wldrdg!tony
  20. Netwise, Inc.            Phone:303-442-8280
  21. 4745 Walnut St.
  22. Boulder, CO 80301
  23.  
  24.  
  25. Turbo C 1.5 port:
  26.  
  27. I have added to the archive the necessary files for the regular expression
  28. handling.  Note that not all of these file are used in the creation of the
  29. editor.  I have kept the regexp archive intact as per Henry Spencers request.
  30. Using PKXARC or ARCE, dearc regexp.arc into the same directory as the st files.
  31. The included st.prj file will ensure the inclusion of the proper file when the
  32. editor is built.
  33.  
  34. I have also added some code to properly define delay() & sleep() for operation
  35. under Turbo C 1.5.  The editor compiles without error and appears to run
  36. properly.  I have _NOT_ tested the operation of the editor extensively so
  37. proceed cautiously. I'll leave it to the next guy to twiddle those bits!
  38.  
  39. I am redistributing this arc as is for those of you who would like to have
  40. a vi type editor for dos work that they can personalize.
  41.  
  42. Oh yes, I have compiled under both the COMPACT and LARGE models without
  43. problem.  The .tc file currently uses COMPACT but modify as you will.
  44.  
  45. Have at it, Denny Muscatelli CIS PPN [76077,2146]. 061988
  46.  
  47. *eof